home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Games / Xconq 7.0d16 / Xconq 7.0d16 src / src / cmd.def < prev    next >
Encoding:
Text File  |  1993-12-20  |  3.5 KB  |  19 lines  |  [TEXT/MPS ]

  1. /* The definitions of all the commands. */
  2.  
  3. DEF_CMD(  ' ' ,   ' ' , "reserve", "U", do_reserve,
  4.   "put into reserve for this turn")
  5.  
  6. DEF_CMD(  '?' ,   '?' , "help", "", do_help,
  7.   "display help info")
  8.  
  9. DEF_CMD(  '!' ,   '!' , "detonate", "U", do_detonate,
  10.   "detonate")
  11.  
  12. DEF_CMD(  '.' ,   '.' , "recenter", "", do_recenter,
  13.   "center around the current point")
  14.  
  15. DEF_CMD(  '#' ,   '#' , "distance", "", do_distance,
  16.   "display distance to selected place")
  17.  
  18. DEF_CMD(  'a' ,   'a' , "attack", "U", do_attack,
  19.   "att